home *** CD-ROM | disk | FTP | other *** search
- *** 1.12 1993/02/18 00:15:49
- --- Changelo 1993/03/29 03:53:56
- ***************
- *** 296,298 ****
- --- 296,310 ----
- sync up with rest of libg++-2.3. all classes done now.
-
- ---------------------------- Patchlevel 17 -----------------------------------
- +
- + REMOVE gnulib3.c gnuaux.c dummy1.c dummy2.c
- +
- + mincl:: ++jrb
- + adjust for above. the low level g++ support is now in theC library.
- + this mirrors the organization of gcc. these files will be maintained
- + there. only, the libg++ classes will be in -lg++.
- +
- + remove special build rule for xbitset.cc. gcc 2.3.3 pl3 fixes
- + this problem (see patch to config/m68k.md)
- +
- + ---------------------------- Patchlevel 18 -----------------------------------
- *** 1.12 1993/01/17 03:34:31
- --- PatchLev.h 1993/03/29 03:53:56
- ***************
- *** 1,5 ****
-
- ! #define PatchLevel "17"
-
- /*
- * the Patch Level above is to identify the version
- --- 1,5 ----
-
- ! #define PatchLevel "18"
-
- /*
- * the Patch Level above is to identify the version
- *** 1.11 1993/01/17 03:34:31
- --- mincl 1993/03/29 03:54:01
- ***************
- *** 20,31 ****
- stdstrea.cc stream.cc streambu.cc strstrea.cc xplotfil.cc xsfile.cc \
- igetsb.cc iodtoa.cc outfloat.cc iomanip.cc stdiostr.cc
-
- ! #
- ! # NOTE:: dummy[12].o MUST be the last objects on this list. otherwise you'll
- ! # end up with multiple definitions of global ctor/dtors
- ! #
- ! OBJ = gnulib3.o _bin_del.o _bin_new.o _bin_nw.o _bin_nh.o ident.o \
- ! $(LIBSRC:.cc=.o) $(IOSRC:.cc=.o) dummy1.o dummy2.o
-
- all: $(ALL)
- all020: $(ALL020)
- --- 20,26 ----
- stdstrea.cc stream.cc streambu.cc strstrea.cc xplotfil.cc xsfile.cc \
- igetsb.cc iodtoa.cc outfloat.cc iomanip.cc stdiostr.cc
-
- ! OBJ = ident.o $(LIBSRC:.cc=.o) $(IOSRC:.cc=.o)
-
- all: $(ALL)
- all020: $(ALL020)
- ***************
- *** 52,74 ****
-
- .PHONY: install install020 clean realclean all all020
-
- - _bin_new.o: gnuaux.c
- - $(CC) -c $(CFLAGS) -DL_builtin_new $^ -o $@
- -
- - _bin_nw.o: gnuaux.c
- - $(CC) -c $(CFLAGS) -DL_builtin_New $^ -o $@
- -
- - _bin_nh.o: gnuaux.c
- - $(CC) -c $(CFLAGS) -DL_new_hand $^ -o $@
- -
- - _bin_del.o: gnuaux.c
- - $(CC) -c $(CFLAGS) -DL_builtin_del $^ -o $@
- -
- - # dont ask me why, but with gcc 2.3.1 and 2.3.2/3 -fomit-frame-pointer
- - # breaks xbitset
- - xbitset.o: xbitset.cc
- - $(GXX) $(GXXFFLAGS) -c xbitset.cc
- -
- # DO NOT DELETE THIS LINE -- g++dep uses it.
- # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-
- --- 47,52 ----
- ***************
- *** 501,506 ****
- $(CROSSINC)/types.h $(GXXINC)/stdio.h $(CROSSINC)/errno.h \
- $(CROSSINC)/math.h $(GXXINC)/xrandom.h $(GXXINC)/xrng.h \
- $(CROSSINC)/assert.h $(GXXINC)/xweibull.h
- - xyzzy.o : xyzzy.cc
-
- # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
- --- 479,483 ----
-